home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / mtgrap1c / sound.h < prev    next >
C/C++ Source or Header  |  1994-07-29  |  379b  |  23 lines

  1. /*****************************************************
  2. ; Filename     : sound.h
  3. ;
  4. ; Date         : 7-7-94
  5. ; Mod. Date    : 29-7-94
  6. ;
  7. ; Others
  8. ;****************************************************/
  9. #ifndef    SOUND_H
  10. #define SOUND_H
  11.  
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15.  
  16. void mtSound(int hertz, int duration);
  17. void mtClick();
  18.  
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22.  
  23. #endif SOUND_H